home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / DefineButton2_584 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-26  |  187 b   |  7 lines

  1. on(release){
  2.    my_color = new Color(_root);
  3.    myColorTransform = {ra:100,rb:0,ga:100,gb:0,ba:100,bb:0};
  4.    my_color.setTransform(myColorTransform);
  5.    _root.gotoAndPlay("men");
  6. }
  7.